home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / auror120.zip / ACFG.A < prev    next >
Text File  |  1994-02-02  |  19KB  |  421 lines

  1.  
  2. //┌────────────────────────────────────────────────────────────────────┐
  3. //│ The Aurora Editor v1.20  - Configuration Settings                  │
  4. //│                                                                    │
  5. //│ Please keep a backup copy of this file.                            │
  6. //│                                                                    │
  7. //│ For a description of these configuration settings, select the      │
  8. //│ "Configuration" item on the "Help" pull-down menu.                 │
  9. //│                                                                    │
  10. //│ To change a configuration setting, locate the desired setting in   │
  11. //│ this file and type in the new value for the setting. Do NOT change │
  12. //│ the name of the setting. String values containing blanks or        │
  13. //│ punctuation (',' or '.') should be enclosed in quotes and preceded │
  14. //│ by the '@' character. Do not add or remove any punctuation.        │
  15. //│                                                                    │
  16. //│ When you are finished, save this file and select "Restore          │
  17. //│ Settings" from the "Set" pulldown menu. Exit and re-enter the      │
  18. //│ editor for your changes to take effect.                            │
  19. //└────────────────────────────────────────────────────────────────────┘
  20.  
  21.   obj  prf (
  22.  
  23.     set%
  24.  
  25.  
  26.  // Video ───────────────────────────────────────────────────────────────
  27.  
  28.     VidCols          0               ,// video columns (0=default)
  29.     VidRows          0               ,// video rows (0=default)
  30.  
  31.     VidStr           @"░"            ,// video background fill string
  32.                                       //   (null=use existing bkgnd)
  33.  
  34.     VidSav           y               ,// (y/n) restore screen on exit
  35.                                       //   (registered version only)
  36.  
  37.  
  38.   // Mouse ──────────────────────────────────────────────────────────────
  39.  
  40.     Mouse            y               ,// (y/n) enable/disable mouse
  41.     MouReverse       n               ,// (y/n) reverse mouse buttons
  42.  
  43.     MouSenX          5               ,// x sensitivity (lower=sensitive)
  44.     MouSenY          12              ,// y sensitivity (lower=sensitive)
  45.     MouDst           50              ,// double-speed threshold
  46.  
  47.     MouDouble        300             ,// double-click interval (in msec)
  48.     MouHold          300             ,// mouse hold time (in msec)
  49.     MouDelay         0               ,// mouse repeat delay (in msec)
  50.                                       //   0=fast (try 0,8,16,24,30)
  51.  
  52.     MouMrkS          r               ,// default mark on single-click & drag
  53.                                       //   (r=column, l=line, s=stream)
  54.  
  55.     MouMrkD          l               ,// default mark type on double-click
  56.                                       //   & drag (see MouMrkS above)
  57.  
  58.  
  59.  // Word Processing ─────────────────────────────────────────────────────
  60.  
  61.     TabWidth         8               ,// tab width for interval tabs
  62.  
  63.     Tabs             @"4 8 16 24 50 72"            ,// variable tab stops
  64.  
  65.     VarTabs          n               ,// (y/n) default to variable tabs ON
  66.     SmartTabs        n               ,// (y/n) default to smart tabs ON
  67.     WordWrap         n               ,// (y/n) default to word wrap ON
  68.  
  69.     LMargin          3               ,// left margin
  70.     RMargin          72              ,// right margin
  71.     Indent           0               ,// paragraph indent
  72.  
  73.  
  74.  // Default File Extensions ─────────────────────────────────────────────
  75.  
  76.     DefExt           @"c h cpp doc txt a asm pas inc bat"               ,
  77.  
  78.  
  79.  // Open options ────────────────────────────────────────────────────────
  80.  
  81.     OpenOpt          f               ,// default load options (z=maximize,
  82.                                       //   f=full, c=cascade, n=minimize,
  83.                                       //   e=same window)
  84.  
  85.     LineDlm          0D0Ah           ,// default line delimiter
  86.  
  87.     BinaryLength     64              ,// default binary line length
  88.  
  89.     TruncLength      0               ,// maximum line length at load
  90.                                       //   (0=editor maximum)
  91.  
  92.     FmgrOpt          dhf             ,// file manager options (d=subdir,
  93.                                       //   (d=subdirectories, h=hidden &
  94.                                       //   system files, k=show sizes in
  95.                                       //   1k increments, f=directories
  96.                                       //   first when sorting by name)
  97.  
  98.     FmgrSrt          n               ,// default file manager sort
  99.                                       //   (n=name, s=size, d=date,
  100.                                       //    o or null=OS default)
  101.  
  102.     FmgrQuit         n               ,// (y/n) close file mgr window when
  103.                                       //   loading file from file mgr
  104.  
  105.  
  106.  // Save options ─────────────────────────────────────────────────────-──
  107.  
  108.     Backup           y               ,// (y/n) default to backup ON
  109.  
  110.     BakDir           @""             ,// backup directory
  111.                                       //   (null=directory of file)
  112.  
  113.     BakExt           @"BAK"          ,// file extension for backup
  114.  
  115.     SaveEOF          n               ,// (y/n) append Ctrl-Z to end of
  116.                                       //   file when saving
  117.  
  118.     AutoSave         0               ,// seconds between automatic saves
  119.                                       //   (0=OFF)
  120.  
  121.  
  122.  // Editing preferences ─────────────────────────────────────────────────
  123.  
  124.     UndoSize         300             ,// undo/redo stack size
  125.  
  126.     HistSize         50              ,// prompt history size
  127.  
  128.     ClipName         @"clipboard"    ,// default clipboard name
  129.  
  130.     Insert           y               ,// (y/n) default to insert mode ON
  131.  
  132.     EnterIns         s               ,// <Enter> key behavior in INS mode
  133.                                       //   (s=split, i=ins line, null=to
  134.                                       //   beginning of next line)
  135.  
  136.     EnterOvl                         ,// <Enter> key behavior in OVL mode
  137.                                       //   (see EnterIns above)
  138.  
  139.     TabShift         y               ,// (y/n) shift text on tab left or
  140.                                       //   tab right in INS mode
  141.  
  142.     DelJoin          y               ,// (y/n) join lines if delete char
  143.                                       //   at end-of-line
  144.  
  145.     BakJoin          y               ,// (y/n) join lines if backspace at
  146.                                       //   column one
  147.  
  148.     BakOvl           n               ,// (y/n) backspace overlay if not
  149.                                       //   in insert mode
  150.  
  151.     CopyLine         y               ,// (y/n) block copy repeats current
  152.                                       //   line if nothing marked
  153.  
  154.     DelLine          n               ,// (y/n) block delete deletes current
  155.                                       //   line if nothing marked
  156.  
  157.     AutoMark         ptb             ,// default marking for block cmds
  158.                                       //   (p=paragraph, l=line, null=none,
  159.                                       //   if p then t=to top, b=to bot)
  160.  
  161.     MoveMark         y               ,// (y/n) move mark on copy & overlay
  162.     DrawMark         y               ,// (y/n) cursor movement sizes mark
  163.     CurHigh          y               ,// (y/n) highlight cursor line
  164.     RepEnd           n               ,// (y/n) repeat End/Home keys
  165.  
  166.     MatchChar        n               ,// (y/n) default to match char ON
  167.     AutoIndent       y               ,// (y/n) default to autoindent ON
  168.  
  169.     LineStyle        0               ,// default line draw style (0=single,
  170.                                       //   1=double horz, 2=double vert,
  171.                                       //   3=double, 4=erase)
  172.  
  173.     FastCursor       0               ,// cursor scroll acceleration
  174.                                       //   (0=none)
  175.  
  176.     MultCopy         n               ,// (y/n) allow loading of same file
  177.